drawString(String,PDFStringAppearanceOptions,PDFStringLayoutOptions,PDFStructureElement) Method
In This Topic
Draws the specified text string with the specified appearance and layout options.
Syntax
Parameters
- s
- String to draw.
- stringAppearanceOptions
- Options that determine the string visual appearance.
- stringLayoutOptions
- Options that determine the text layout.
- structureElement
- The structure element that is associated with this piece of content.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | When s is null or stringAppearanceOptions is null or stringLayoutOptions is null. |
See Also